object VimDllErrorDlg: TVimDllErrorDlg Left = 264 Top = 115 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Application Error' ClientHeight = 214 ClientWidth = 317 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 300 Height = 161 Shape = bsFrame IsControl = True end object OKBtn: TBitBtn Left = 120 Top = 180 Width = 77 Height = 27 TabOrder = 0 Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object Memo1: TMemo Left = 16 Top = 16 Width = 281 Height = 145 Alignment = taCenter Lines.Strings = ( '' '' '' 'The necessary DLL files for running ccMail ' 'have not been loaded.' '' 'All eMail functionality has been suspended.') TabOrder = 1 end end